home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / inet / internet-drafts / draft-ietf-pppext-ipcpmib-02.txt < prev    next >
Text File  |  1993-04-19  |  23KB  |  980 lines

  1.  
  2.  
  3.  
  4.             Internet Draft
  5.  
  6.                      The Definitions of Managed Objects for
  7.                         the IP Network Control Protocol of
  8.                            the Point-to-Point Protocol
  9.  
  10.                                   19 April 1993
  11.  
  12.  
  13.                                  Frank Kastenholz
  14.                                 FTP Software, Inc
  15.                                   2 High Street
  16.                           North Andover, Mass 01845 USA
  17.  
  18.                                   kasten@ftp.com
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.           Status of this Memo
  26.  
  27.           This document is an Internet Draft.  Internet Drafts are
  28.           working documents of the Internet Engineering Task Force
  29.           (IETF), its Areas, and its Working Groups.  Note that other
  30.           groups may also distribute working documents as Internet
  31.           Drafts.
  32.  
  33.           Internet Drafts are draft documents valid for a maximum of six
  34.           months.  Internet Drafts may be updated, replaced, or
  35.           obsoleted by other documents at any time.  It is not
  36.           appropriate to use Internet Drafts as reference material or to
  37.           cite them other than as a ``working draft'' or ``work in
  38.           progress.'' Please check the 1id-abstracts.txt listing
  39.           contained in the internet-drafts Shadow Directories on
  40.           nic.ddn.mil, nnsc.nsf.net, nic.nordu.net, ftp.nisc.sri.com, or
  41.           munnari.oz.au to learn the current status of any Internet
  42.           Draft.
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.           Internet Draft            PPP/IP MIB                April 1993
  56.  
  57.  
  58.           This document will be submitted to the Internet Activities
  59.           Board as a Proposed Standard. This document defines an
  60.           experimental extension to the SNMP MIB. Upon publication as a
  61.           Proposed Standard, a new MIB number will be assigned.  This is
  62.           a working document only, it should neither be cited nor quoted
  63.           in any formal document.
  64.  
  65.           This document will expire before 24 Oct. 1993.
  66.  
  67.           Distribution of this document is unlimited.
  68.  
  69.           Please send comments to the author.
  70.  
  71.  
  72.           1.  Abstract
  73.  
  74.           This memo defines an experimental portion of the Management
  75.           Information Base (MIB) for use with network management
  76.           protocols in TCP/IP-based internets.  In particular, it
  77.           describes managed objects used for managing the IP Network
  78.           Control Protocol on subnetwork interfaces using the family of
  79.           Point-to-Point Protocols[8, 9, 10, 11, & 12].
  80.  
  81.           This memo does not specify a standard for the Internet
  82.           community.
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.           Frank J. Kastenholz   Exp. 24 Oct. 1993               [Page 2]
  108.  
  109.  
  110.  
  111.  
  112.  
  113.           Internet Draft            PPP/IP MIB                April 1993
  114.  
  115.  
  116.           2.  The Network Management Framework
  117.  
  118.           The Internet-standard Network Management Framework consists of
  119.           three components.  They are:
  120.  
  121.                RFC 1155 which defines the SMI, the mechanisms used for
  122.                describing and naming objects for the purpose of
  123.                management.  RFC 1212 defines a more concise description
  124.                mechanism, which is wholly consistent with the SMI.
  125.  
  126.                RFC 1213 defines MIB-II, the core set of managed objects
  127.                for the Internet suite of protocols.
  128.  
  129.                RFC 1157 which defines the SNMP, the protocol used for
  130.                network access to managed objects.
  131.  
  132.           The Framework permits new objects to be defined for the
  133.           purpose of experimentation and evaluation.
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.           Frank J. Kastenholz   Exp. 24 Oct. 1993               [Page 3]
  166.  
  167.  
  168.  
  169.  
  170.  
  171.           Internet Draft            PPP/IP MIB                April 1993
  172.  
  173.  
  174.           3.  Objects
  175.  
  176.           Managed objects are accessed via a virtual information store,
  177.           termed the Management Information Base or MIB.  Objects in the
  178.           MIB are defined using the subset of Abstract Syntax Notation
  179.           One (ASN.1) [3] defined in the SMI.  In particular, each
  180.           object type is named by an OBJECT IDENTIFIER, an
  181.           administratively assigned name.  The object type together with
  182.           an object instance serves to uniquely identify a specific
  183.           instantiation of the object.  For human convenience, we often
  184.           use a textual string, termed the descriptor, to refer to the
  185.           object type.
  186.  
  187.  
  188.           3.1.  Format of Definitions
  189.  
  190.           Section 5 contains the specification of all object types
  191.           contained in this MIB module.  The object types are defined
  192.           using the conventions defined in the SMI, as amended by the
  193.           extensions specified in [5,6].
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.           Frank J. Kastenholz   Exp. 24 Oct. 1993               [Page 4]
  224.  
  225.  
  226.  
  227.  
  228.  
  229.           Internet Draft            PPP/IP MIB                April 1993
  230.  
  231.  
  232.           4.  Overview
  233.  
  234.           4.1.  Object Selection Criteria
  235.  
  236.           To be consistent with IAB directives and good engineering
  237.           practice, an explicit attempt was made to keep this MIB as
  238.           simple as possible.  This was accomplished by applying the
  239.           following criteria to objects proposed for inclusion:
  240.  
  241.           (1)  Require objects be essential for either fault or
  242.                configuration management.  In particular, objects for
  243.                which the sole purpose was to debug implementations were
  244.                explicitly excluded from the MIB.
  245.  
  246.           (2)  Consider evidence of current use and/or utility.
  247.  
  248.           (3)  Limit the total number of objects.
  249.  
  250.           (4)  Exclude objects which are simply derivable from others in
  251.                this or other MIBs.
  252.  
  253.  
  254.           4.2.  Structure of the PPP
  255.  
  256.           This section describes the basic model of PPP used in
  257.           developing the PPP MIB. This information should be useful to
  258.           the implementor in understanding some of the basic design
  259.           decisions of the MIB.
  260.  
  261.           The PPP is not one single protocol but a large family of
  262.           protocols.  Each of these is, in itself, a fairly complex
  263.           protocol.  The PPP protocols may be divided into three rough
  264.           categories:
  265.  
  266.           Control Protocols
  267.                The Control Protocols are used to control the operation
  268.                of the PPP. The Control Protocols include the Link
  269.                Control Protocol (LCP), the Password Authentication
  270.                Protocol (PAP), the Link Quality Report (LQR), and the
  271.                Challenge Handshake Authentication Protocol (CHAP).
  272.  
  273.           Network Protocols
  274.                The Network Protocols are used to move the network
  275.                traffic over the PPP interface.  A Network Protocol
  276.  
  277.  
  278.  
  279.  
  280.  
  281.           Frank J. Kastenholz   Exp. 24 Oct. 1993               [Page 5]
  282.  
  283.  
  284.  
  285.  
  286.  
  287.           Internet Draft            PPP/IP MIB                April 1993
  288.  
  289.  
  290.                encapsulates the datagrams of a specific higher-layer
  291.                protocol that is using the PPP as a data link.  Note that
  292.                within the context of PPP, the term "Network Protocol"
  293.                does not imply an OSI Layer-3 protocol; for instance,
  294.                there is a Bridging network protocol.
  295.  
  296.           Network Control Protocols (NCPs)
  297.                The NCPs are used to control the operation of the Network
  298.                Protocols. Generally, each Network Protocol has its own
  299.                Network Control Protocol; thus, the IP Network Protocol
  300.                has its IP Control Protocol, the Bridging Network
  301.                Protocol has its Bridging Network Control Protocol and so
  302.                on.
  303.  
  304.           This document specifies the objects used in managing one of
  305.           these protocols, namely the IP Network Control Protocol.
  306.  
  307.  
  308.           4.3.  MIB Groups
  309.  
  310.           Objects in this MIB are arranged into several MIB groups.
  311.           Each group is organized as a set of related objects.
  312.  
  313.           These groups are the basic unit of conformance: if the
  314.           semantics of a group are applicable to an implementation then
  315.           all objects in the group must be implemented.
  316.  
  317.           The PPP MIB is organized into several MIB Groups, including,
  318.           but not limited to, the following groups:
  319.           o The PPP Link Group
  320.           o The PPP LQR Group
  321.           o The PPP LQR Extensions Group
  322.           o The PPP IP Group
  323.           o The PPP Bridge Group
  324.           o The PPP Security Group
  325.  
  326.           This document specifies the following group:
  327.  
  328.           The PPP IP Group
  329.                The PPP IP Group contains configuration, status, and
  330.                control variables that apply to the operation of IP over
  331.                PPP.
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.           Frank J. Kastenholz   Exp. 24 Oct. 1993               [Page 6]
  340.  
  341.  
  342.  
  343.  
  344.  
  345.           Internet Draft            PPP/IP MIB                April 1993
  346.  
  347.  
  348.                Implementation of this group is mandatory for all
  349.                implementations of PPP that support IP over PPP.
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.           Frank J. Kastenholz   Exp. 24 Oct. 1993               [Page 7]
  398.  
  399.  
  400.  
  401.  
  402.  
  403.           Internet Draft            PPP/IP MIB                April 1993
  404.  
  405.  
  406.           5.  Definitions
  407.  
  408.  
  409.  
  410.           PPP-IP-NCP-MIB DEFINITIONS ::= BEGIN
  411.  
  412.           IMPORTS
  413.                experimental, Counter
  414.                     FROM RFC1155-SMI
  415.                ifIndex
  416.                     FROM RFC1213-MIB
  417.                OBJECT-TYPE
  418.                     FROM RFC-1212
  419.                ppp
  420.                     FROM PPP-LCP-MIB;
  421.  
  422.                -- The PPP IP Group.
  423.                -- Implementation of this group is mandatory for all
  424.                -- PPP implementations that support operating IP over PPP.
  425.  
  426.                pppIp OBJECT IDENTIFIER ::= { ppp 3 }
  427.  
  428.  
  429.           pppIpTable   OBJECT-TYPE
  430.                SYNTAX    SEQUENCE OF PppIpEntry
  431.                ACCESS    not-accessible
  432.                STATUS    mandatory
  433.                DESCRIPTION
  434.                          "Table containing the IP parameters and
  435.                          statistics for the local PPP entity."
  436.                ::= { pppIp 1 }
  437.  
  438.  
  439.           pppIpEntry   OBJECT-TYPE
  440.                SYNTAX    PppIpEntry
  441.                ACCESS    not-accessible
  442.                STATUS    mandatory
  443.                DESCRIPTION
  444.                          "IPCP status information for a particular PPP
  445.                          link."
  446.                INDEX     { ifIndex }
  447.                ::= { pppIpTable 1 }
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.           Frank J. Kastenholz   Exp. 24 Oct. 1993               [Page 8]
  456.  
  457.  
  458.  
  459.  
  460.  
  461.           Internet Draft            PPP/IP MIB                April 1993
  462.  
  463.  
  464.           PppIpEntry ::= SEQUENCE {
  465.                pppIpOperStatus
  466.                     INTEGER,
  467.                pppIpLocalToRemoteCompressionProtocol
  468.                     INTEGER,
  469.                pppIpRemoteToLocalCompressionProtocol
  470.                     INTEGER,
  471.                pppIpRemoteMaxSlotId
  472.                     INTEGER,
  473.                pppIpLocalMaxSlotId
  474.                     INTEGER
  475.           }
  476.  
  477.  
  478.           pppIpOperStatus   OBJECT-TYPE
  479.                SYNTAX    INTEGER {opened(1), not-opened(2)}
  480.                ACCESS    read-only
  481.                STATUS    mandatory
  482.                DESCRIPTION
  483.                          "The operational status of the IP network
  484.                          protocol. If the value of this object is up
  485.                          then the finite state machine for the IP
  486.                          network protocol has reached the Opened state."
  487.                ::= { pppIpEntry 1 }
  488.  
  489.  
  490.           pppIpLocalToRemoteCompressionProtocol   OBJECT-TYPE
  491.                SYNTAX    INTEGER {
  492.                          none(1),
  493.                          vj-tcp(2)
  494.                     }
  495.                ACCESS    read-only
  496.                STATUS    mandatory
  497.                DESCRIPTION
  498.                          "The IP compression protocol that the local
  499.                          PPP-IP entity uses when sending packets to the
  500.                          remote PPP-IP entity."
  501.                ::= { pppIpEntry 2 }
  502.  
  503.  
  504.           pppIpRemoteToLocalCompressionProtocol   OBJECT-TYPE
  505.                SYNTAX    INTEGER {
  506.                          none(1),
  507.                          vj-tcp(2)
  508.  
  509.  
  510.  
  511.  
  512.  
  513.           Frank J. Kastenholz   Exp. 24 Oct. 1993               [Page 9]
  514.  
  515.  
  516.  
  517.  
  518.  
  519.           Internet Draft            PPP/IP MIB                April 1993
  520.  
  521.  
  522.                     }
  523.                ACCESS    read-only
  524.                STATUS    mandatory
  525.                DESCRIPTION
  526.                          "The IP compression protocol that the remote
  527.                          PPP-IP entity uses when sending packets to the
  528.                          local PPP-IP entity."
  529.                ::= { pppIpEntry 3 }
  530.  
  531.  
  532.           pppIpRemoteMaxSlotId   OBJECT-TYPE
  533.                SYNTAX    INTEGER(0..255)
  534.                ACCESS    read-only
  535.                STATUS    mandatory
  536.                DESCRIPTION
  537.                          "The Max-Slot-Id parameter that the remote node
  538.                          has advertised and that is in use on the link.
  539.                          If vj-tcp header compression is not in use on
  540.                          the link then the value of this object shall be
  541.                          0."
  542.                ::= { pppIpEntry 4 }
  543.  
  544.  
  545.           pppIpLocalMaxSlotId   OBJECT-TYPE
  546.                SYNTAX    INTEGER(0..255)
  547.                ACCESS    read-only
  548.                STATUS    mandatory
  549.                DESCRIPTION
  550.                          "The Max-Slot-Id parameter that the local node
  551.                          has advertised and that is in use on the link.
  552.                          If vj-tcp header compression is not in use on
  553.                          the link then the value of this object shall be
  554.                          0."
  555.                ::= { pppIpEntry 5 }
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 10]
  572.  
  573.  
  574.  
  575.  
  576.  
  577.           Internet Draft            PPP/IP MIB                April 1993
  578.  
  579.  
  580.           --
  581.           -- The PPP IP Configuration table.
  582.           -- This is a separate table in order to facilitate
  583.           -- placing these variables in a separate MIB view.
  584.           --
  585.  
  586.           pppIpConfigTable   OBJECT-TYPE
  587.                SYNTAX    SEQUENCE OF PppIpConfigEntry
  588.                ACCESS    not-accessible
  589.                STATUS    mandatory
  590.                DESCRIPTION
  591.                          "Table containing configuration variables for
  592.                          the IPCP for the local PPP entity."
  593.                ::= { pppIp 2 }
  594.  
  595.  
  596.           pppIpConfigEntry   OBJECT-TYPE
  597.                SYNTAX    PppIpConfigEntry
  598.                ACCESS    not-accessible
  599.                STATUS    mandatory
  600.                DESCRIPTION
  601.                          "IPCP information for a particular PPP link."
  602.                INDEX     { ifIndex }
  603.                ::= { pppIpConfigTable 1 }
  604.  
  605.  
  606.  
  607.           PppIpConfigEntry ::= SEQUENCE {
  608.                pppIpConfigAdminStatus
  609.                     INTEGER,
  610.                pppIpConfigCompression
  611.                     INTEGER
  612.           }
  613.  
  614.           pppIpConfigAdminStatus   OBJECT-TYPE
  615.                SYNTAX    INTEGER {open(1), close(2)}
  616.                ACCESS    read-write
  617.                STATUS    mandatory
  618.                DESCRIPTION
  619.                          "The immediate desired status of the IP network
  620.                          protocol. Setting this object to open will
  621.                          inject an administrative open event into the IP
  622.                          network protocol's finite state machine.
  623.                          Setting this object to close will inject an
  624.  
  625.  
  626.  
  627.  
  628.  
  629.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 11]
  630.  
  631.  
  632.  
  633.  
  634.  
  635.           Internet Draft            PPP/IP MIB                April 1993
  636.  
  637.  
  638.                          administrative close event into the IP network
  639.                          protocol's finite state machine."
  640.                ::= { pppIpConfigEntry 1 }
  641.  
  642.  
  643.           pppIpConfigCompression   OBJECT-TYPE
  644.                SYNTAX    INTEGER {
  645.                          none(1),
  646.                          vj-tcp(2)
  647.                     }
  648.                ACCESS    read-write
  649.                STATUS    mandatory
  650.                DESCRIPTION
  651.                          "If none(1) then the local node will not
  652.                          attempt to negotiate any IP Compression option.
  653.                          Otherwise, the local node will attempt to
  654.                          negotiate compression mode indicated by the
  655.                          enumerated value. Changing this object will
  656.                          have effect when the link is next restarted."
  657.                REFERENCE
  658.                          "Section 4.0, Van Jacobson TCP/IP Header
  659.                          Compression of RFC1332."
  660.                DEFVAL    { none }
  661.                ::= { pppIpConfigEntry 2 }
  662.  
  663.  
  664.           END
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 12]
  688.  
  689.  
  690.  
  691.  
  692.  
  693.           Internet Draft            PPP/IP MIB                April 1993
  694.  
  695.  
  696.           6.  Acknowledgements
  697.  
  698.           This document was produced by the PPP working group.  In
  699.           addition to the working group, the author wishes to thank the
  700.           following individuals for their comments and contributions:
  701.  
  702.           Bill Simpson -- Daydreamer
  703.           Glenn McGregor -- Merit
  704.           Jesse Walker -- DEC
  705.           Chris Gunner -- DEC
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 13]
  746.  
  747.  
  748.  
  749.  
  750.  
  751.           Internet Draft            PPP/IP MIB                April 1993
  752.  
  753.  
  754.           7.  Security Considerations
  755.  
  756.           The PPP MIB affords the network operator the ability to
  757.           configure and control the PPP links of a particular system,
  758.           including the PPP authentication protocols. This represents a
  759.           security risk.
  760.  
  761.           These risks are addressed in the following manners:
  762.  
  763.           (1)  All variables which represent a significant security risk
  764.                are placed in separate, optional, MIB Groups. As the MIB
  765.                Group is the quantum of implementation within a MIB, the
  766.                implementor of the MIB may elect not to implement these
  767.                groups.
  768.  
  769.           (2)  The implementor may choose to implement the variables
  770.                which present a security risk so that they may not be
  771.                written, i.e., the variables are READ-ONLY. This method
  772.                still presents a security risk, and is not recommended,
  773.                in that the variables, specifically the PPP
  774.                Authentication Protocols' variables, may be easily read.
  775.  
  776.           (3)  Using SNMPv2, the operator can place the variables into
  777.                MIB views which are protected in that the parties which
  778.                have access to those MIB views use authentication and
  779.                privacy protocols, or the operator may elect to make
  780.                these views not accessible to any party.  In order to
  781.                facilitate this placement, all security-related variables
  782.                are placed in separate MIB Tables. This eases the
  783.                identification of the necessary MIB View Subtree.
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 14]
  804.  
  805.  
  806.  
  807.  
  808.  
  809.           Internet Draft            PPP/IP MIB                April 1993
  810.  
  811.  
  812.           8.  References
  813.  
  814.           [1]  M.T. Rose and K. McCloghrie, Structure and Identification
  815.                of Management Information for TCP/IP-based internets,
  816.                Internet Working Group Request for Comments 1155.
  817.                Network Information Center, SRI International, Menlo
  818.                Park, California, (May, 1990).
  819.  
  820.           [2]  K. McCloghrie and M.T. Rose, Management Information Base
  821.                for Network Management of TCP/IP-based internets - MIB-2,
  822.                Internet Working Group Request for Comments 1213.
  823.                Network Information Center, SRI International, Menlo
  824.                Park, California, (March, 1991).
  825.  
  826.           [3]  Information processing systems - Open Systems
  827.                Interconnection - Specification of Abstract Syntax
  828.                Notation One (ASN.1), International Organization for
  829.                Standardization.  International Standard 8824, (December,
  830.                1987).
  831.  
  832.           [4]  Information processing systems - Open Systems
  833.                Interconnection - Specification of Basic Encoding Rules
  834.                for Abstract Notation One (ASN.1), International
  835.                Organization for Standardization.  International Standard
  836.                8825, (December, 1987).
  837.  
  838.           [5]  Rose, M., and K. McCloghrie, Editors, Concise MIB
  839.                Definitions, RFC 1212, Performance Systems International,
  840.                Hughes LAN Systems, March 1991.
  841.  
  842.           [6]  Rose, M., Editor, A Convention for Defining Traps for use
  843.                with the SNMP, RFC 1215, Performance Systems
  844.                International, March 1991.
  845.  
  846.           [7]  K. McCloghrie, Extensions to the Generic-Interface MIB,
  847.                RFC1229, Hughes LAN Systems, May 1991.
  848.  
  849.           [8]  W. Simpson, The Point-to-Point Protocol for the
  850.                Transmission of Multi-protocol Datagrams over Point-to-
  851.                Point Links, RFC 1331, May 1992.
  852.  
  853.           [9]  G. McGregor, The PPP Internet Protocol Control Protocol,
  854.                RFC 1332, Merit, May 1992.
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 15]
  862.  
  863.  
  864.  
  865.  
  866.  
  867.           Internet Draft            PPP/IP MIB                April 1993
  868.  
  869.  
  870.           [10] F. Baker, Point-to-Point Protocol Extensions for
  871.                Bridging, RFC1220, ACC, April 1991.
  872.  
  873.           [11] B. Lloyd, and Simpson, W., PPP Authentication Protocols
  874.                RFC1334, October 1992.
  875.  
  876.           [12] W. Simpson, PPP Link Quality Monitoring, RFC 1333, May
  877.                1992.
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 16]
  920.  
  921.  
  922.  
  923.  
  924.  
  925.           Internet Draft            PPP/IP MIB                April 1993
  926.  
  927.  
  928.           Table of Contents
  929.  
  930.  
  931.            Status of this Memo ....................................    1
  932.           1 Abstract ..............................................    2
  933.           2 The Network Management Framework ......................    3
  934.           3 Objects ...............................................    4
  935.           3.1 Format of Definitions ...............................    4
  936.           4 Overview ..............................................    5
  937.           4.1 Object Selection Criteria ...........................    5
  938.           4.2 Structure of the PPP ................................    5
  939.           4.3 MIB Groups ..........................................    6
  940.           5 Definitions ...........................................    8
  941.           6 Acknowledgements ......................................   13
  942.           7 Security Considerations ...............................   14
  943.           8 References ............................................   15
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.           Frank J. Kastenholz   Exp. 24 Oct. 1993              [Page 17]
  978.  
  979.  
  980.